Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-infra
Commits
c2c0e65b
Commit
c2c0e65b
authored
Sep 23, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
2b46065e
Pipeline
#11949
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c2c0e65b
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment