Update pipeline.yml

This commit is contained in:
Florian Kaiser
2022-03-25 11:32:54 +01:00
committed by GitHub
parent 8209ae9166
commit 1ee0d8fdf8

View File

@@ -3,7 +3,7 @@ pipeline:
image: golang
commands:
- echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags
- ls
- ls api/
publish_api:
image: plugins/docker