Skip to content

Commit af2424b

Browse files
committed
reset to beginning of tutorial
1 parent c4b2c31 commit af2424b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ step-deploy-production:
6060
script:
6161
- echo setting up env $DYNAMIC_ENV_VAR
6262
- sudo apt-get install -y python-pip
63-
- pip install docker-compose
63+
- sudo pip install docker-compose
6464
- sudo docker image prune -f
6565
- sudo docker-compose -f docker-compose.yml build --no-cache
6666
- sudo docker-compose -f docker-compose.yml up -d

0 commit comments

Comments
 (0)