build: adding noise to scripts
This commit is contained in:
parent
092db2a170
commit
161187fa15
3 changed files with 6 additions and 1 deletions
|
@ -6,4 +6,6 @@ cd $(dirname $(dirname $0))
|
|||
#mfgames-project:setup
|
||||
|
||||
./scripts/setup.sh || exit 1
|
||||
|
||||
log "running Yarn build"
|
||||
yarn run build
|
||||
|
|
|
@ -6,5 +6,6 @@ cd $(dirname $(dirname $0))
|
|||
#mfgames-project:setup
|
||||
|
||||
./scripts/setup.sh || exit 1
|
||||
yarn run build
|
||||
|
||||
log "running semantic-release"
|
||||
semantic-release --repository-url=https://oauth2:$GITLAB_TOKEN@gitlab.com/mfgames-writing/markdowny.git
|
||||
|
|
|
@ -6,4 +6,6 @@ cd $(dirname $(dirname $0))
|
|||
#mfgames-project:setup
|
||||
|
||||
./scripts/setup.sh || exit 1
|
||||
|
||||
log "verifying conventional commits in Git log"
|
||||
npx commitlint --from=$CI_BUILD_BEFORE_SHA
|
||||
|
|
Loading…
Reference in a new issue