From 4080b5c8445dca04ac98c4e244fc8f818a6f6be9 Mon Sep 17 00:00:00 2001 From: wildone Date: Tue, 5 Nov 2019 23:23:43 +1100 Subject: [PATCH] remove step as its carried out by automation test step --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44863ba6a..15bf12860 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,12 +92,6 @@ jobs: docker logs -t service_aem_container_name if: failure() - - name: commit testing screenshots - run: | - git add aemdesign-testing/src/test/screenshots/* - git commit -m "update screenshots after automated test" - git push - - name: deploy to maven cental if: github.ref == 'refs/heads/master' run: $DOCKER_COMMAND echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import && echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust && mvn clean deploy --settings default.xml -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests=true -B -P release