fix: Update the dir for cloning the repo

This commit is contained in:
Nikolai Rodionov 2023-04-18 09:45:52 +02:00
parent 8f64d6499c
commit 84b9f233fd
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -16,7 +16,7 @@ steps:
- name: Build the script - name: Build the script
image: node image: node
commands: commands:
- git clone https://github.com/clappr/clappr.git . - git clone https://github.com/clappr/clappr.git clappr
- cd clappr - cd clappr
- git checkout $GIT_TAG - git checkout $GIT_TAG
- npm install - npm install