multidim-interop: Update rust-libp2p .gitignore with chromium-image.json (#232)

* .gitignore chromium-image.json

* Assert that git tree is clean
This commit is contained in:
Marco Munizaga
2023-07-14 10:00:35 -07:00
committed by GitHub
parent 00170f36e3
commit cbca2c06de
2 changed files with 12 additions and 1 deletions

View File

@@ -77,6 +77,16 @@ runs:
run: npm run cache -- load
shell: bash
- name: Assert Git tree is clean.
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
shell: bash
run: |
if [[ -n "$(git status --porcelain)" ]]; then
echo "Git tree is dirty. This means that building an impl generated something that should probably be .gitignore'd"
git status
exit 1
fi
- name: Push the image cache
if: env.PUSH_CACHE == 'true'
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}

View File

@@ -1,4 +1,5 @@
rust-libp2p-*.zip
rust-libp2p-*
rust-libp2p-*/*
image.json
image.json
chromium-image.json