Skip to content

Commit

Permalink
put the dev properties file in the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Jul 23, 2024
1 parent 4a70996 commit 12d7cda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
- name: Install metadig
run: Rscript -e 'remotes::install_github("nceas/metadig-r")'

- name: Create /opt/local directory
run: mkdir -p /opt/local/metadig

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

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

0 comments on commit 12d7cda

Please sign in to comment.