Skip to content

Commit 47b1c49

Browse files
authored
test: ...
1 parent e6066f2 commit 47b1c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/puppeteer-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
2424
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
2525
# we need to get files, so we can prepare version based on containerfile hash
26-
git clone --depth 1 ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}
26+
git clone ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}
2727
cd $(basename ${{ github.REPOSITORY }})
2828
git switch "${{ github.REF_NAME }}"
2929
# use tag as version or hash of container file

0 commit comments

Comments
 (0)