Skip to content

Commit

Permalink
refactor:add ls to check file presence
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmendrak committed Jul 22, 2021
1 parent edab521 commit ead4b9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions bin/create-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ fi
zip -r civil-ccd-definition.zip ccd-definition
zip -r civil-e2e.zip e2e codecept.conf.js package.json steps.d.ts yarn.lock saucelabs.conf.js
zip -r civil-screenshots.zip output
ls --lash
cp ./build/ccd-release-config/civil-ccd-aat.xlsx civil-ccd-aat.xlsx
cp ./build/ccd-release-config/civil-ccd-prod.xlsx civil-ccd-prod.xlsx

Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ allprojects {
maven {
url 'https://jitpack.io'
}
maven {
url "https://dl.bintray.com/hmcts/hmcts-maven"
}
maven {
url "http://repo.spring.io/milestone"
}
Expand Down

0 comments on commit ead4b9e

Please sign in to comment.