Update variable calls
Some checks failed
TenorJS-v2 Deploy Automation / build (pull_request) Failing after 0s
Some checks failed
TenorJS-v2 Deploy Automation / build (pull_request) Failing after 0s
This commit is contained in:
parent
7bdae6d941
commit
367f2d8d40
@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Pull latest from Git
|
- name: Pull latest from Git
|
||||||
run: |
|
run: |
|
||||||
echo "${{ branch }}"
|
echo "$branch"
|
||||||
pwd
|
pwd
|
||||||
whoami
|
whoami
|
||||||
mkdir -p /var/lib/act_runner/
|
mkdir -p /var/lib/act_runner/
|
||||||
@ -28,7 +28,7 @@ jobs:
|
|||||||
cd tenorjs-v2
|
cd tenorjs-v2
|
||||||
git pull
|
git pull
|
||||||
fi
|
fi
|
||||||
git checkout "${{ branch }}"
|
git checkout "$branch"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd /var/lib/act_runner/tenorjs-v2
|
cd /var/lib/act_runner/tenorjs-v2
|
||||||
|
Loading…
Reference in New Issue
Block a user