Skip to content

Commit

Permalink
Merge branch 'main' of http://nextserver01:4000/frederic/karma
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgivrer committed Feb 11, 2024
2 parents b86e57b + 023cbdb commit 98d14be
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitea/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v3
# - uses: https://github.com/actions/setup-java@v3
# with:
# distribution: "zulu" # See 'Supported distributions' for available options
# java-version: "20"
# cache: 'maven'
- name: Build project with Maven and Xvfb
run: |
apt update -y
Expand All @@ -28,12 +23,6 @@ jobs:
#/root/.sdkman/candidates/maven/current/mvn -B package -DskipTests=true --file pom.xml
chmod +x ./build.sh
./build.sh a
- uses: https://gitea.com/actions/release-action@main
with:
files: |-
target/*.jar
target/buid/*.run
api_key: "${{secrets.RELEASE_TOKEN}}"
# use of upload artifacts : https://github.com/actions/upload-artifact
# - uses: actions/upload-artifact@v3
# with:
Expand Down

0 comments on commit 98d14be

Please sign in to comment.