Skip to content

Commit

Permalink
Fixed ci/cd again
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 7, 2020
1 parent 0a75ef6 commit 6fd3b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
ADDON_VERSION=$( cut -c12- <<< ${{ github.ref }} )
sed -i "s/dev/$ADDON_VERSION/g" timescaledb/config.json
sed -i "s/imageaftercd/image/g" timescaledb/config.json
docker run --rm --privileged \
-v ~/.docker:/root/.docker \
-v /var/run/docker.sock:/var/run/docker.sock \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Build image
run: |
sed -i "s/dev/latest/g" timescaledb/config.json
sed -i "s/imageaftercd/image/g" timescaledb/config.json
docker run --rm --privileged \
-v ~/.docker:/root/.docker \
-v /var/run/docker.sock:/var/run/docker.sock \
Expand Down

0 comments on commit 6fd3b12

Please sign in to comment.