Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
5478d29a42
|
|
@ -29,6 +29,7 @@ stages:
|
||||||
|
|
||||||
deploy release:
|
deploy release:
|
||||||
stage: deploy release
|
stage: deploy release
|
||||||
|
resource_group: packaging
|
||||||
script:
|
script:
|
||||||
- curl --fail-with-body --silent http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-git
|
- curl --fail-with-body --silent http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-git
|
||||||
- curl --fail-with-body --silent http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-git
|
- curl --fail-with-body --silent http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-git
|
||||||
|
|
@ -36,6 +37,7 @@ deploy release:
|
||||||
|
|
||||||
deploy debug:
|
deploy debug:
|
||||||
stage: deploy debug
|
stage: deploy debug
|
||||||
|
resource_group: packaging
|
||||||
script:
|
script:
|
||||||
- curl --fail-with-body --silent http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-debug-git
|
- curl --fail-with-body --silent http://192.168.94.221:3000/archlinux/x86/it2s-itss-facilities-debug-git
|
||||||
- curl --fail-with-body --silent http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-debug-git
|
- curl --fail-with-body --silent http://192.168.94.221:3000/ubuntu/focal/arm64/it2s-itss-facilities-debug-git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue