Skip to content

Commit

Permalink
feat: updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PWS-TE committed Jan 21, 2025
1 parent d2db01e commit 2fcebea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nightly_tests_and_veracode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ on:
- cron: "0 0 * * *" # Runs every night at midnight

env:
DEVELOPMENT_VERSION: "1.0.2-SNAPSHOT"
RELEASE_VERSION: "1.0.1"
GITHUB_ACTIONS_DEPLOY_TIMEOUT: 60
MAVEN_CLI_OPTS: "-B -e -fae -V -DinstallAtEnd=true -DfailIfNoTests=false -U -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pdistribution "
MAVEN_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
MAVEN_USERNAME: ${{ secrets.NEXUS_USERNAME }}
JAVA_VERSION: "17"
JAVA_VERSION_SUPPORTED_BY_REPO: "11"
S3_BUCKET_REGION: "eu-west-1"

jobs:
veracode_sca:
Expand Down

0 comments on commit 2fcebea

Please sign in to comment.