Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
Holen der res aus separaten repo raus genommen, da es durch maven über s3 geholt wird.
  • Loading branch information
alex1702 authored Aug 11, 2024
1 parent 066547a commit 1e8b103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ default:
- mvn -v
- mvn clean
- mvn install4j:install-license -Pinstall4j
- git clone https://gitlab.com/mediathekview/mediathekview-buildres.git tmpres
- mv tmpres/bin res/
- rm -rf tmpres
# - git clone https://gitlab.com/mediathekview/mediathekview-buildres.git tmpres
# - mv tmpres/bin res/
# - rm -rf tmpres

stages:
- deploy-nightly-lin
Expand Down

0 comments on commit 1e8b103

Please sign in to comment.