Skip to content

Commit

Permalink
Final version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Feb 12, 2022
1 parent d365983 commit fa89e66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Run Maven Build
run: |
openssl aes-256-cbc -pass pass:${{ secrets.SETTINGS_GPG_TOKEN }} -pbkdf2 -in ./settings.xml.enc -out ./settings.xml -d
cat ./settings.xml
mv ./settings.xml ~/.m2/settings.xml
export DISPLAY=:99.0
sudo apt-get install -y xvfb
Expand Down

0 comments on commit fa89e66

Please sign in to comment.