We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dc653 commit dd56b77Copy full SHA for dd56b77
entrypoint.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh -l
+#!/bin/sh -x
2
3
# Show env info
4
node -v
@@ -12,4 +12,4 @@ firebase use --token $FIREBASE_DEPLOY_KEY alias
12
firebase deploy -m "Pipeline $CI_PIPELINE_ID, build $CI_BUILD_ID" --non-interactive --token $FIREBASE_DEPLOY_KEY
13
mkdir .public
14
cp -r * .public
15
-mv .public public
+mv .public public
0 commit comments