diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c78c3a8ff7e05868edb76e673797ad32f0a1b80..35d03a4026f5fa8fcc5b829c71b85f861e474109 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -120,20 +120,8 @@ full_fat_tests: tags: ["ewas-production"] script: - > - echo $FULL_FAT_RUN_DATE - - echo $CUSTOM_RUN_DATE -# - echo $PYTHONPATH - - echo "this is a manual job" - - cd $CI_PROJECT_DIR/tests/integration/full/ - - ls -# - rm /storage/app/EWS_prod/regions/EastAfrica/workspace/DEPOSITION_20230126/STATUS_* - - python3 full_test_deposition.py - --config /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json - --outdir /storage/app/EWS_prod/regions/EastAfrica/workspace/ - --email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json + echo "First command line + is split over two lines." + + echo "Second command line."