We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612b972 commit f00fa1cCopy full SHA for f00fa1c
.github/workflows/main.yml
@@ -103,11 +103,3 @@ jobs:
103
run: |
104
docker run --rm aemdesign/travis-trigger-build sbb --github_user=${GITHUB_USER} --github_repo=aem --github_branch=6.5.0-bundle --travis_token=${TRAVIS_TOKEN}
105
docker run --rm aemdesign/travis-trigger-build sbb --github_user=${GITHUB_USER} --github_repo=aem --github_branch=6.4.0-bundle --travis_token=${TRAVIS_TOKEN}
106
-
107
- - name: automation test if failure
108
- run: |
109
- df
110
- docker ps -a
111
- docker logs -t service_aem_container_name
112
- if: failure()
113
0 commit comments