chore(ci): fix the stages names@@ -6,7 +6,7 @@ stages:
FOO: "$HOME"
shell: sh
steps:
- - name: build:gitfoss_web
+ - name: build:gitfoss:web
commands:
- git clone https://gitfoss.dev/ethicdevs/gitfoss.git || true
- cd gitfoss/
@@ -19,7 +19,7 @@ stages:
- /home/node/build/gitfoss/dist/
- /home/node/build/gitfoss/public/
- /home/node/build/gitfoss/.gitstamp
- - name: build:gitfoss_web_docker
+ - name: build:gitfoss:web:docker
env:
IMAGE: "gitfoss_web:$(git rev-parse --short HEAD)"
HOST: "0.0.0.0"