mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 00:00:42 +01:00
feat(ci): use ubuntu 20.04 image
This commit is contained in:
parent
3a7c7fffe5
commit
4eb3e13c95
@ -22,7 +22,7 @@ aliases:
|
|||||||
run:
|
run:
|
||||||
name: install task binary
|
name: install task binary
|
||||||
# subshell prevents potentially unwanted cwd change
|
# subshell prevents potentially unwanted cwd change
|
||||||
command: lsb_release -a && go get github.com/go-task/task/v3/cmd/task
|
command: go get github.com/go-task/task/v3/cmd/task
|
||||||
# command: (cd $HOME && (curl -sL https://taskfile.dev/install.sh | ~))
|
# command: (cd $HOME && (curl -sL https://taskfile.dev/install.sh | ~))
|
||||||
|
|
||||||
- &persist-from-build
|
- &persist-from-build
|
||||||
@ -162,7 +162,8 @@ jobs:
|
|||||||
path: /go/src/github.com/ansible-semaphore/semaphore/coverage.out
|
path: /go/src/github.com/ansible-semaphore/semaphore/coverage.out
|
||||||
|
|
||||||
test:integration:
|
test:integration:
|
||||||
machine: true
|
machine:
|
||||||
|
image: ubuntu-2004:202107-02
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- *install-task-binary
|
- *install-task-binary
|
||||||
|
Loading…
Reference in New Issue
Block a user