Skip to content
Snippets Groups Projects
Commit 8b43ddee authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-205: Test that removing chmod u+x does not break CI pipeline

parent ab9f9dab
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
...@@ -38,8 +38,8 @@ stages: ...@@ -38,8 +38,8 @@ stages:
- export BASH_SOURCE=$(pwd)/bootstrap/etc/lofar20rc.sh - export BASH_SOURCE=$(pwd)/bootstrap/etc/lofar20rc.sh
# source the lofarrc file and mask its non zero exit code # source the lofarrc file and mask its non zero exit code
- . bootstrap/etc/lofar20rc.sh || true - . bootstrap/etc/lofar20rc.sh || true
# Allow docker image script to execute ## Allow docker image script to execute
- chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh # - chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh
.base_docker_images_except: .base_docker_images_except:
extends: .base_docker_images extends: .base_docker_images
except: except:
...@@ -362,12 +362,12 @@ integration_test_docker: ...@@ -362,12 +362,12 @@ integration_test_docker:
- . bootstrap/etc/lofar20rc.sh || true - . bootstrap/etc/lofar20rc.sh || true
# TANGO_HOST must be unset our databaseds will be unreachable # TANGO_HOST must be unset our databaseds will be unreachable
- unset TANGO_HOST - unset TANGO_HOST
# Allow docker image script to execute ## Allow docker image script to execute
- chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh # - 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 # 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 - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh pull $tag
# Allow integration test to execute ## Allow integration test to execute
- chmod u+x $CI_PROJECT_DIR/sbin/run_integration_test.sh # - chmod u+x $CI_PROJECT_DIR/sbin/run_integration_test.sh
# Do not remove 'bash' or statement will be ignored by primitive docker shell # Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/run_integration_test.sh - bash $CI_PROJECT_DIR/sbin/run_integration_test.sh
wheel_packaging: wheel_packaging:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment