Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Fix example configuration file for building with ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
nqdang committed Nov 23, 2018
1 parent 230dd09 commit 5182950
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin/src/it/basic-with-build-args/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
<goals>
<goal>build</goal>
</goals>
<configuration>
<buildArgs>
<IMAGE_VERSION>0.0.1</IMAGE_VERSION>
</buildArgs>
</configuration>
</execution>
</executions>
<configuration>
<buildArgs>
<IMAGE_VERSION>0.0.1</IMAGE_VERSION>
</buildArgs>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 5182950

Please sign in to comment.