Skip to content
Snippets Groups Projects

MVP build process

Merged Erick Hitter requested to merge 1-add-build into master
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -6,11 +6,11 @@ stages:
@@ -6,11 +6,11 @@ stages:
- test
- test
- deploy
- deploy
test_build_script:
#test_build_script:
stage: test_pre_build
# stage: test_pre_build
image: koalaman/shellcheck-alpine:latest
# image: koalaman/shellcheck-alpine:latest
script:
# script:
- shellcheck ./scripts/build.sh
# - shellcheck ./scripts/build.sh
build_nginx:
build_nginx:
stage: build
stage: build
Loading