mirror of
https://github.com/containers/skopeo.git
synced 2025-08-16 13:37:24 +00:00
Merge pull request #1494 from cevich/fix_skip_cross
Cirrus: Fix only_if error
This commit is contained in:
commit
8e25f6bbeb
18
.cirrus.yml
18
.cirrus.yml
@ -64,23 +64,6 @@ validate_task:
|
|||||||
script: make validate-local
|
script: make validate-local
|
||||||
|
|
||||||
|
|
||||||
cross_task:
|
|
||||||
only_if: 1 == 0
|
|
||||||
macos_instance:
|
|
||||||
image: catalina-xcode
|
|
||||||
setup_script: |
|
|
||||||
export PATH=$GOPATH/bin:$PATH
|
|
||||||
brew install gpgme go go-md2man
|
|
||||||
go get -u golang.org/x/lint/golint
|
|
||||||
test_script: |
|
|
||||||
export PATH=$GOPATH/bin:$PATH
|
|
||||||
go version
|
|
||||||
go env
|
|
||||||
make validate-local test-unit-local bin/skopeo
|
|
||||||
sudo make install
|
|
||||||
/usr/local/bin/skopeo -v
|
|
||||||
|
|
||||||
|
|
||||||
#####
|
#####
|
||||||
##### NOTE: This task is subtantially duplicated in the containers/image
|
##### NOTE: This task is subtantially duplicated in the containers/image
|
||||||
##### repository's `.cirrus.yml`. Changes made here should be fully merged
|
##### repository's `.cirrus.yml`. Changes made here should be fully merged
|
||||||
@ -157,7 +140,6 @@ success_task:
|
|||||||
# N/B: ALL tasks must be listed here, minus their '_task' suffix.
|
# N/B: ALL tasks must be listed here, minus their '_task' suffix.
|
||||||
depends_on:
|
depends_on:
|
||||||
- validate
|
- validate
|
||||||
- cross
|
|
||||||
- test_skopeo
|
- test_skopeo
|
||||||
- meta
|
- meta
|
||||||
container: *smallcontainer
|
container: *smallcontainer
|
||||||
|
Loading…
Reference in New Issue
Block a user