From 6cac58d9e7e4a2a85f638d430f49c33dc7c0e607 Mon Sep 17 00:00:00 2001 From: Miguel Carvalhosa Date: Wed, 1 Feb 2023 16:23:02 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eba7432..8bf5241 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,10 +31,10 @@ deploy release: stage: deploy release script: - curl -fs http://192.168.94.221:3000/arch/it2s-itss-facilities-git - - curl -fs http://192.168.94.221:3000/ubuntu_arm64/it2s-itss-facilities-git +# - curl -fs http://192.168.94.221:3000/ubuntu_arm64/it2s-itss-facilities-git deploy debug: stage: deploy debug script: - curl -fs http://192.168.94.221:3000/arch/it2s-itss-facilities-debug-git - - curl -fs http://192.168.94.221:3000/ubuntu_arm64/it2s-itss-facilities-debug-git +# - curl -fs http://192.168.94.221:3000/ubuntu_arm64/it2s-itss-facilities-debug-git