cicd: Add jammy
This commit is contained in:
parent
c2b15cfb09
commit
94aaafb66b
|
|
@ -34,6 +34,7 @@ deploy release:
|
|||
- 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/mantic/amd64/it2s-itss-facilities-git
|
||||
- curl --fail-with-body --silent http://192.168.94.221:3000/ubuntu/jammy/amd64/it2s-itss-facilities-git
|
||||
|
||||
deploy debug:
|
||||
stage: deploy debug
|
||||
|
|
@ -42,3 +43,4 @@ deploy debug:
|
|||
- 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/mantic/amd64/it2s-itss-facilities-debug-git
|
||||
- curl --fail-with-body --silent http://192.168.94.221:3000/ubuntu/jammy/amd64/it2s-itss-facilities-debug-git
|
||||
|
|
|
|||
Loading…
Reference in New Issue