Oh this is an old version of gitlab

This commit is contained in:
2022-08-16 22:36:47 -04:00
parent 40b0630dae
commit f4c2bc1ef9

View File

@@ -33,7 +33,3 @@ deploy:
- docker stop sol-journal
- docker rm sol-journal
- docker run -dit -p 5000:80 --name sol-journal --restart=always spencerpincott/sol-journal:1.$CI_PIPELINE_IID
rules:
- if: $CI_COMMIT_REF_NAME == "master"
when: on_success
- when: never