Skip to content

Commit

Permalink
Move push-docker-manifest.sh to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ernoaapa committed May 8, 2018
1 parent 94ee0bc commit 85ebc3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: ./build/install-build-tools.sh

- run: goreleaser
- run: .circleci/scripts/push-docker-manifest.sh $(git describe --tags --always --dirty)
- run: build/push-docker-manifest.sh $(git describe --tags --always --dirty)
- run:
name: Publish Linux packages
command: |
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test:
script:
- ./build/install-build-tools.sh
- goreleaser --rm-dist
- .circleci/scripts/push-docker-manifest.sh $(git describe --tags --always --dirty)
- build/push-docker-manifest.sh $(git describe --tags --always --dirty)
- |
for package in dist/eliot_*.deb; do
pkgcloud-push ernoaapa/eliot/raspbian/stretch $package
Expand Down
File renamed without changes.

0 comments on commit 85ebc3d

Please sign in to comment.