diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17f9a9f..2e1cab7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,11 +30,11 @@ test: deploy release: stage: deploy release script: - - curl http://192.168.94.221:3000/arch/it2s-itss-facilities-git - - curl http://192.168.94.221:3000/ubuntu32/it2s-itss-facilities-git + - curl -fs http://192.168.94.221:3000/arch/it2s-itss-facilities-git + - curl -fs http://192.168.94.221:3000/ubuntu32/it2s-itss-facilities-git deploy debug: stage: deploy debug script: - - curl http://192.168.94.221:3000/arch/it2s-itss-facilities-debug-git - - curl http://192.168.94.221:3000/ubuntu32/it2s-itss-facilities-debug-git + - curl -fs http://192.168.94.221:3000/arch/it2s-itss-facilities-debug-git + - curl -fs http://192.168.94.221:3000/ubuntu32/it2s-itss-facilities-debug-git