Commit c08428d 1 parent 9421463 commit c08428d Copy full SHA for c08428d
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
on :
4
4
push :
5
5
branches :
6
- - " *"
6
+ - " ** "
7
7
pull_request :
8
8
branches :
9
9
- master
88
88
89
89
build :
90
90
needs : test
91
- if : github.ref == 'refs/heads/master ' && github.repository_owner == 'ia-toki'
91
+ if : github.ref == 'refs/heads/release/3.0 ' && github.repository_owner == 'ia-toki'
92
92
runs-on : ubuntu-22.04
93
93
env :
94
94
CONTAINER_REGISTRY_USERNAME : ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ rm -rf dist/build && mv build dist/
12
12
cd ../deployment/ansible
13
13
14
14
ansible --version 0< /dev/null | & cat -
15
- ansible-playbook playbooks/build-judgels-client.yml 0< /dev/null | & cat -
15
+ ansible-playbook -e app_version=3.0.0-alpha playbooks/build-judgels-client.yml 0< /dev/null | & cat -
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ cp init.sh build/distributions
12
12
cd ../../deployment/ansible
13
13
14
14
ansible --version
15
- ansible-playbook playbooks/build-judgels-grader.yml
15
+ ansible-playbook -e app_version=3.0.0-alpha playbooks/build-judgels-grader.yml
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ cp init.sh build/distributions
12
12
cd ../../deployment/ansible
13
13
14
14
ansible --version
15
- ansible-playbook playbooks/build-judgels-server.yml
15
+ ansible-playbook -e app_version=3.0.0-alpha playbooks/build-judgels-server.yml
You can’t perform that action at this time.
0 commit comments