Skip to content

Commit 0d1a3c6

Browse files
committed
minor fix to GHA to account for new config structure
1 parent 63eb115 commit 0d1a3c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: mkdir -p /opt/local/metadig
6363

6464
- name: Copy properties file to /opt/local
65-
run: cp helm/metadig-controller/config.dev/metadig.properties /opt/local/metadig/metadig.properties
65+
run: cp helm/config/dev/metadig.properties /opt/local/metadig/metadig.properties
6666

6767
- name: Extract Maven project version
6868
run: echo "version="$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec) >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)