Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
remove not required variables
  • Loading branch information
wildone committed Oct 27, 2019
1 parent fdb04bd commit 594fffb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GITHUB_USER: aemdesign
TRAVIS_TOKEN: ${{ secrets.TRAVIS_TOKEN }}
DOCKER_REGISTRY: "docker.io"
DOCKER_REGISTRY_INDEX: "index.docker.io/aemdesign"
DOCKER_USERNAME: "devopsaemdesign"
ORGANISATION_NAME: "aemdesign"



steps:
Expand All @@ -42,6 +39,8 @@ jobs:
- name: set eval variables
run: |
echo ::set-env name=DOCKER_COMMAND::docker run --user $(id -u):$(id -g) -v ${GITHUB_WORKSPACE}:/build ${DOCKER_IMAGE}
$DOCKER_COMMAND java -version
$DOCKER_COMMAND node -v
- name: get release notes
run: |
export GIT_RELEASE_NOTES="$(git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"%h - %s (%an)")"
Expand Down

0 comments on commit 594fffb

Please sign in to comment.