Skip to content

Commit dd56b77

Browse files
authored
Update entrypoint.sh
1 parent 50dc653 commit dd56b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -l
1+
#!/bin/sh -x
22

33
# Show env info
44
node -v
@@ -12,4 +12,4 @@ firebase use --token $FIREBASE_DEPLOY_KEY alias
1212
firebase deploy -m "Pipeline $CI_PIPELINE_ID, build $CI_BUILD_ID" --non-interactive --token $FIREBASE_DEPLOY_KEY
1313
mkdir .public
1414
cp -r * .public
15-
mv .public public
15+
mv .public public

0 commit comments

Comments
 (0)