Skip to content

Commit d78d983

Browse files
author
Jacek Gębal
committed
Reverting workaround after successful release.
1 parent e95b370 commit d78d983

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/release.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,30 @@ jobs:
2929
DB_USER: APP
3030
DB_PASS: pass
3131

32-
# services:
33-
# oracle:
34-
# image: gvenzl/oracle-free:23-slim-faststart
35-
# env:
36-
# ORACLE_PASSWORD: oracle
37-
# ports:
38-
# - 1521:1521
39-
# options: >-
40-
# --health-cmd healthcheck.sh
41-
# --health-interval 10s
42-
# --health-timeout 5s
43-
# --health-retries 10
44-
# --name oracle
32+
services:
33+
oracle:
34+
image: gvenzl/oracle-free:23-slim-faststart
35+
env:
36+
ORACLE_PASSWORD: oracle
37+
ports:
38+
- 1521:1521
39+
options: >-
40+
--health-cmd healthcheck.sh
41+
--health-interval 10s
42+
--health-timeout 5s
43+
--health-retries 10
44+
--name oracle
4545
4646
steps:
4747
- uses: actions/checkout@v4
4848
with:
4949
fetch-depth: 0
5050

51-
# - name: Install utPLSQL
52-
# run: .github/scripts/1_install_utplsql.sh
53-
#
54-
# - name: Install demo project
55-
# run: .github/scripts/2_install_demo_project.sh
51+
- name: Install utPLSQL
52+
run: .github/scripts/1_install_utplsql.sh
53+
54+
- name: Install demo project
55+
run: .github/scripts/2_install_demo_project.sh
5656

5757
- name: Set up JDK
5858
uses: actions/setup-java@v5
@@ -74,12 +74,12 @@ jobs:
7474
- name: Set release version
7575
run: mvn versions:set -DnewVersion=${{ inputs.release_version }} -DgenerateBackupPoms=false
7676

77-
# - name: Maven deploy release
78-
# run: mvn clean deploy -Prelease
79-
# env:
80-
# MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
81-
# MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
82-
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
77+
- name: Maven deploy release
78+
run: mvn clean deploy -Prelease
79+
env:
80+
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
81+
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
82+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
8383

8484
- name: Commit and tag release version
8585
run: |

0 commit comments

Comments
 (0)