mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-8153] delete protractor e2e configuration and files (#3885)
* [ACS-8153] delete protractor e2e configuration and files * [ACS-8153] util fix * [ACS-8153] pr fix * [ACS-81532] remove e2e package.json * [ACS-81532] remove chrome configuration * package-lock file
This commit is contained in:
1
.github/actions/adf-linking/action.yml
vendored
1
.github/actions/adf-linking/action.yml
vendored
@@ -11,7 +11,6 @@ runs:
|
||||
if [[ $COMMIT_MESSAGE == *"[link-adf:"* ]]; then
|
||||
echo "BUILD_OPTS=--configuration=adf,e2e" >> $GITHUB_ENV
|
||||
echo "TEST_OPTS=--configuration=adfprod" >> $GITHUB_ENV
|
||||
echo "E2E_PROTRACTOR_OPTS=--with-local-adf" >> $GITHUB_ENV
|
||||
echo "E2E_TSCONFIG=tsconfig.e2e.adf.json" >> $GITHUB_ENV
|
||||
|
||||
BRANCH=`echo $COMMIT_MESSAGE | grep -o "\[link-adf\:[^]]*\]" | sed -e 's#\[link-adf:##g' | sed -e 's#\]##g'`
|
||||
|
Reference in New Issue
Block a user