From 1356742f305e6b6b489863ccf529a229747fe189 Mon Sep 17 00:00:00 2001 From: David Rocha Date: Tue, 19 Mar 2024 23:07:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12cce48..7798adb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ stages: deploy release: stage: deploy release + resource_group: packaging 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/ubuntu/focal/arm64/it2s-itss-facilities-git @@ -36,6 +37,7 @@ deploy release: deploy debug: stage: deploy debug + resource_group: packaging 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/ubuntu/focal/arm64/it2s-itss-facilities-debug-git