Skip to content

Commit

Permalink
move arg definition to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Jul 12, 2023
1 parent eca9d80 commit 27b2a75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ jobs:
PLATFORM: ${{ matrix.PLATFORM }}
NEXUS_PASS: ${{ secrets.NEXUS_PASS }}
NEXUS_USER: ${{ secrets.NEXUS_USER }}
VERSION: '7.19.5'
SNAPSHOT: true
- name: Test
run: ./test.sh
working-directory: test
env:
DISTRO: ${{ matrix.DISTRO }}
EE: true
VERSION: '7.19.5'
SNAPSHOT: true
PLATFORM: ${{ matrix.PLATFORM }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.15 as builder

ARG VERSION=7.19.5
ARG VERSION=7.19.0
ARG DISTRO=tomcat
ARG SNAPSHOT=false

Expand Down

0 comments on commit 27b2a75

Please sign in to comment.