Skip to content
Snippets Groups Projects

Version 1.0.0

Merged Fabien FORESTIER requested to merge development into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -22,8 +22,8 @@ build_release:
@@ -22,8 +22,8 @@ build_release:
- build
- build
only:
only:
- tags
- tags
except:
# except:
- /^(?!master).+@/
# - /^(?!master).+@/
script:
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g')
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g')
- export APP_PORT=8090
- export APP_PORT=8090
Loading