diff --git a/v3.2/entrypoints/karma_tests.sh b/v3.2/entrypoints/add_chrome.sh similarity index 75% rename from v3.2/entrypoints/karma_tests.sh rename to v3.2/entrypoints/add_chrome.sh index f31a06c3..94a08dff 100644 --- a/v3.2/entrypoints/karma_tests.sh +++ b/v3.2/entrypoints/add_chrome.sh @@ -1,5 +1,3 @@ #!/bin/sh apk update && apk add chromium - -npm run test diff --git a/v3.2/entrypoints/npm_tests.sh b/v3.2/entrypoints/npm_tests.sh new file mode 100644 index 00000000..6c431660 --- /dev/null +++ b/v3.2/entrypoints/npm_tests.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +npm run test diff --git a/v3.2/entrypoints/setup_git.sh b/v3.2/entrypoints/setup_git.sh index e33d82a1..f5d4985c 100644 --- a/v3.2/entrypoints/setup_git.sh +++ b/v3.2/entrypoints/setup_git.sh @@ -17,9 +17,8 @@ then DEFAULT_BRANCH=$(git remote show origin | sed -n '/HEAD branch/s/.*: //p') git reset --hard origin/"${DEFAULT_BRANCH}" git clean -fd -fi -if [ -n "${TAG}" ] && [ "${TAG}" != "$(git describe --tags)" ] -then - git stash - git checkout "${TAG}" + if [ -n "${TAG}" ] + then + git checkout "${TAG}" + fi fi diff --git a/v3.2/index.html b/v3.2/index.html index 32e290a8..7894f662 100644 --- a/v3.2/index.html +++ b/v3.2/index.html @@ -1326,7 +1326,7 @@