From 94aaafb66bcf3b447169317fd5ace85e4c84684e Mon Sep 17 00:00:00 2001 From: Emanuel Vieira Date: Mon, 13 May 2024 20:39:56 +0000 Subject: [PATCH] cicd: Add jammy --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7798adb..ae8bff9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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