Skip to content
Snippets Groups Projects
Commit 6517e0c9 authored by L4168's avatar L4168
Browse files

added env variable for SECRET

parent 5eeb1770
No related branches found
No related tags found
2 merge requests!59Development to master,!21Error handling
Pipeline #63938 passed
...@@ -27,6 +27,7 @@ e2e-testing: ...@@ -27,6 +27,7 @@ e2e-testing:
only: only:
- testing - testing
script: script:
- printf "SECRET=%s\n" "$SECRET" > .env
- docker image prune -f - docker image prune -f
- docker-compose build --no-cache - docker-compose build --no-cache
- docker-compose up -d - docker-compose up -d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment