Commit 936d9986 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

gitflows: easily allow outside contributors (#223)

* gitflows: easily allow outside contributors

* typo: fix
parent 30a90050
......@@ -28,8 +28,9 @@ jobs:
GITHUB_HEAD_REF=${GITHUB_REF##*/}
fi
GIT_COMMIT=$(git rev-parse HEAD | head -c 8)
REMOTE="https://github.com/${{ github.repository }}"
echo "optimism-integration $GIT_COMMIT"
./docker/build.sh -s deployer -b $GITHUB_HEAD_REF
./docker/build.sh -s deployer -b $GITHUB_HEAD_REF -r $REMOTE
- name: Test
run: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment