Skip to content

Commit

Permalink
Huh?
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Feb 26, 2024
1 parent f602a60 commit b229b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Continuous Integration

variables:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Djava.awt.headless=true"

on:
push:
branches:
- main
- develop

variables:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Djava.awt.headless=true"

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b229b25

Please sign in to comment.