From 8b43ddeef1bdeea1131c4f13a270102f78beade5 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Tue, 7 Dec 2021 09:51:39 +0000
Subject: [PATCH] L2SS-205: Test that removing chmod u+x does not break CI
 pipeline

---
 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4cb3b5415..9948a10ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,8 +38,8 @@ stages:
     - export BASH_SOURCE=$(pwd)/bootstrap/etc/lofar20rc.sh
 #    source the lofarrc file and mask its non zero exit code
     - . bootstrap/etc/lofar20rc.sh || true
-#    Allow docker image script to execute
-    - chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh
+##    Allow docker image script to execute
+#    - chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh
 .base_docker_images_except:
   extends: .base_docker_images
   except:
@@ -362,12 +362,12 @@ integration_test_docker:
     - . bootstrap/etc/lofar20rc.sh || true
 #    TANGO_HOST must be unset our databaseds will be unreachable
     - unset TANGO_HOST
-#    Allow docker image script to execute
-    - chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh
+##    Allow docker image script to execute
+#    - chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh
 #    Do not remove 'bash' or statement will be ignored by primitive docker shell
     - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh pull $tag
-#    Allow integration test to execute
-    - chmod u+x $CI_PROJECT_DIR/sbin/run_integration_test.sh
+##    Allow integration test to execute
+#    - chmod u+x $CI_PROJECT_DIR/sbin/run_integration_test.sh
 #    Do not remove 'bash' or statement will be ignored by primitive docker shell
     - bash $CI_PROJECT_DIR/sbin/run_integration_test.sh
 wheel_packaging:
-- 
GitLab