Skip to content

Commit

Permalink
Updating build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
keerthibingi committed Feb 12, 2024
1 parent e75955c commit d10cea1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/kayenta-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
push:
branches:
- OES-1.30.1
- OES-1.30.1-nov-cve

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx6g -Xms6g
Expand All @@ -25,7 +25,6 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
cache: 'gradle'
- name: Prepare build variables
id: build_variables
run: |
Expand All @@ -47,6 +46,10 @@ jobs:
sed -e 's/NEXUS_PASSWORD/${{ secrets.NEXUS_PASSWORD }}/' -i settings.gradle
sed -e 's/NEXUS_USERNAME/${{ secrets.NEXUS_USERNAME }}/' -i build.gradle
sed -e 's/NEXUS_PASSWORD/${{ secrets.NEXUS_PASSWORD }}/' -i build.gradle
sed 's/^orcaVersion=.*/orcaVersion=OES-1.30.1-nov-cve-SNAPSHOT/' gradle.properties > gradle.properties-bkp
mv gradle.properties-bkp gradle.properties
./gradlew --no-daemon -PenableCrossCompilerPlugin=true kayenta-web:installDist -x test
Expand Down

0 comments on commit d10cea1

Please sign in to comment.