Skip to content
Snippets Groups Projects
Commit 59148ef3 authored by Torgrim's avatar Torgrim
Browse files

Resolved error in .gitlab-ci.yml

parent 557dc48c
No related branches found
No related tags found
No related merge requests found
Pipeline #26820 failed
......@@ -17,6 +17,10 @@ default:
before_script:
# Display Docker info
- docker info
# Change directory to Go directory
- cd ./Go/
# Shut down all services
- docker compose down
# Define variables
variables:
......@@ -80,8 +84,6 @@ Deploy:
before_script:
# Change directory to Go directory
- cd ./Go/
# Shut down all services
- docker compose down
# Install required packages for deployment
- apk add --no-cache curl bash
# Download secure files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment