Skip to content

Commit

Permalink
remove step as its carried out by automation test step
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Nov 5, 2019
1 parent 5ee9d70 commit 4080b5c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4080b5c

Please sign in to comment.