Some clean up.

This commit is contained in:
Dessalines 2021-01-04 11:40:16 -05:00
parent 9418f9e733
commit 23291cc51f

View file

@ -68,9 +68,9 @@ steps:
image: node:14-alpine
commands:
- echo "$(git describe),latest" > .tags
# when:
# ref:
# - refs/tags/*
when:
ref:
- refs/tags/*
- name: try to make a build
image: plugins/docker