AAE-11622 - remove unused scripts from pipeline (#8329)

* AAE-11622 remove unused scripts

* AAE-11622 remove unused scripts

* AAE-11622 remove unused scripts

* AAE-11622 remove unused scripts
This commit is contained in:
Maurizio Cacace
2023-03-14 14:18:43 +01:00
committed by GitHub
parent 78a7e5d1df
commit a4d57e62f8
20 changed files with 0 additions and 789 deletions

View File

@@ -1,14 +0,0 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../../
BRANCH=${GITHUB_REF##*/}
if [[ $BRANCH =~ ^develop(-patch.*)?$ ]]
then
echo "Replace NPM version with new Alpha tag"
NEXT_VERSION=-nextalpha
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
fi