Skip to content

Commit

Permalink
remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
tyng94 committed Dec 4, 2023
1 parent ef0cb3c commit 54564a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ jobs:
tar xvf tera-cli-v0.4.1-x86_64-unknown-linux-musl.tar.gz
mv tera-cli-v0.4.1-x86_64-unknown-linux-musl/tera /tmp/tera
rm -rf tera-cli-v0.4.1-x86_64-unknown-linux-musl*
- name: Check differences between ci.yml and ci.yml.tmpl
run: |-
cp .github/workflows/ci.yml .github/workflows/ci.yml.backup
TERA=/tmp/tera ./templates/apply-vars.sh
if ! diff .github/workflows/ci.yml .github/workflows/ci.yml.backup; then echo "ci.yml.tmpl and ci.yml differs!" && exit 1; fi
- name: Build Dockerfile
run: |-
docker build . -t "${IMAGE_NAME}:${TAG_NAME}" \
Expand Down

0 comments on commit 54564a6

Please sign in to comment.