Skip to content
Snippets Groups Projects

add smith and membership commands

Merged Hugo Trentesaux requested to merge hugo-dev into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -14,7 +14,7 @@ variables:
# build gcli binary
build:
stage: build
# only build gcli when adding a tag
# only build gcli when adding a tag (does it really work?)
only:
- tags
# image used for this build
@@ -57,5 +57,5 @@ release:
assets:
links:
- name: 'gcli'
link_type: binary
link_type: other # binary
url: "${PACKAGE_REGISTRY_URL}/gcli"
\ No newline at end of file
Loading