Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update path in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Jul 23, 2024
1 parent 8c720ea commit faa6a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build-gradle:
name: build and Test Gradle
name: Build Gradle source code and Docker image
runs-on: ubuntu-latest

steps:
Expand All @@ -37,7 +37,7 @@ jobs:
with:
gradle-version: 6.9.2

- name: Test and Build Gradle
- name: Build Gradle source code
run: |
gradle check publish \
-PsourceMaven=https://repo.maven.apache.org/maven2/ \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/dockerfile.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ ARG dockerRepository
ARG tag
FROM ${dockerRepository}/galasadev/galasa-wrapping:${tag}

COPY gradle/repo/ /usr/local/apache2/htdocs/
COPY repo/ /usr/local/apache2/htdocs/
COPY gradle.githash /usr/local/apache2/htdocs/gradle.githash

0 comments on commit faa6a8e

Please sign in to comment.