Commit c2c0e65b authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 2b46065e
Pipeline #11949 failed
...@@ -38,7 +38,6 @@ run_full_automation: ...@@ -38,7 +38,6 @@ run_full_automation:
- docker run --rm -v cota-infra_dta_tests_data:/data alpine chown 137:137 /data - docker run --rm -v cota-infra_dta_tests_data:/data alpine chown 137:137 /data
script: script:
# --- THIS IS THE FIX ---
# Create a .env file on the fly. Docker Compose will automatically read this # Create a .env file on the fly. Docker Compose will automatically read this
# file and pass the variables to the containers. # file and pass the variables to the containers.
- echo "Creating .env file for Docker Compose..." - echo "Creating .env file for Docker Compose..."
...@@ -74,5 +73,4 @@ run_full_automation: ...@@ -74,5 +73,4 @@ run_full_automation:
after_script: after_script:
- echo "Tearing down Docker environment..." - echo "Tearing down Docker environment..."
- docker-compose down -v - docker-compose down -v
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment