Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e841b9b

Browse files
committed
Fixing docs update
1 parent e3e8c79 commit e841b9b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ env:
1919
TAG_NAME: ${TRAVIS_TAG}
2020
REPO_SLUG: ${TRAVIS_REPO_SLUG}
2121
PR_SLUG: ${{github.repository}}
22-
BRANCH_NAME: ${TRAVIS_BRANCH}
22+
BRANCH_NAME: ${github.ref}
2323
# Environment for building a release
24-
CURRENT_BRANCH: ${TRAVIS_BRANCH}
24+
CURRENT_BRANCH: ${{github.ref}}
2525
UTPLSQL_REPO: "utPLSQL/utPLSQL"
2626
UTPLSQL_BUILD_NO_OFFSET: 3563
2727
UTPLSQL_BUILD_NO: $( expr ${{github.run_number}} + ${UTPLSQL_BUILD_NO_OFFSET} )
@@ -118,7 +118,7 @@ jobs:
118118
run: echo github.run_id is ${{ github.run_id }} github.run_number is ${{ github.run_number }} UTPLSQL_BUILD_NO is $UTPLSQL_BUILD_NO UTPLSQL_VERSION is $UTPLSQL_VERSION UTPLSQL_BUILD_VERSION is $UTPLSQL_BUILD_VERSION
119119

120120
- name: Update project version & build number
121-
run: sh ${{ github.workspace }}/.travis/update_project_version.sh
121+
run: .travis/update_project_version.sh
122122

123123
- name: Download latest utPLSQL release
124124
run: git clone --depth=1 --branch=main https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
@@ -145,7 +145,7 @@ jobs:
145145
run: docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint bash ${DOCKER_ENV} ${ORACLE_VERSION} ./test/install_tests.sh
146146

147147
- name: Run Tests
148-
run: bash $(pwd)/test/run_tests.sh
148+
run: bash test/run_tests.sh
149149

150150
- name: Validate utPLSQL reports format
151151
run: bash .travis/validate_report_files.sh

0 commit comments

Comments
 (0)