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

Skip to content

Commit 6dbef20

Browse files
committed
Fixing build process to build using develop branch as testing framework for Pull Requests
1 parent 718ac0d commit 6dbef20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Download utPLSQL release for testing
9494
# For PR build - test using target branch as framework, for branch build use self as testing framework
95-
run: git clone --depth=1 --branch=${CI_HEAD_REF:-$CI_REF_NAME} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
95+
run: git clone --depth=1 --branch=${CI_BASE_REF:-$CI_REF_NAME} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
9696

9797
- name: Update privileges on sources
9898
run: chmod -R go+w ./{source,test,examples,${UTPLSQL_DIR}/source}

0 commit comments

Comments
 (0)