Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
fix(ci): Restore Docker Image CI test job functionality (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Apr 4, 2021
1 parent b134318 commit 0c61c1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/bin/sh -l
# shellcheck disable=SC2039

# For Docker Image CI test job
if [ "$REPO" = "ScottBrenner/generate-changelog-action" ]; then
git clone --quiet https://github.com/"$REPO"
cd generate-changelog-action || exit
fi

if [ "$1" ] && [ "$1" != "package.json" ]; then
cp "$1" package.json
fi
Expand Down

0 comments on commit 0c61c1f

Please sign in to comment.