mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix(ci): golang image
This commit is contained in:
parent
3d6d194d2e
commit
0d28c8d5b0
@ -9,7 +9,7 @@ aliases:
|
||||
# git clone -b $CIRCLE_BRANCH https://github.com/ansible-semaphore/semaphore.git ./
|
||||
|
||||
- &golang-image
|
||||
image: circleci/golang:1.13
|
||||
image: circleci/golang:1.14
|
||||
|
||||
- &working-dir
|
||||
/go/src/github.com/ansible-semaphore/semaphore
|
||||
@ -54,7 +54,9 @@ aliases:
|
||||
- &test-compile-changes
|
||||
run:
|
||||
name: test that compile did not create/modify untracked files
|
||||
command: git diff --exit-code --stat -- . ':(exclude)web2/package-lock.json' ':(exclude)web/package-lock.json' ':(exclude)go.mod' ':(exclude)go.sum'
|
||||
command: |
|
||||
cat web2/package.json
|
||||
git diff --exit-code --stat -- . ':(exclude)web2/package-lock.json' ':(exclude)web/package-lock.json' ':(exclude)go.mod' ':(exclude)go.sum'
|
||||
|
||||
- &save-npm-cache
|
||||
save_cache:
|
||||
|
Loading…
Reference in New Issue
Block a user