Skip to content

Commit

Permalink
Merge pull request spotify#253 from nhuquan/master
Browse files Browse the repository at this point in the history
Fix example configuration file for building with ARGS
  • Loading branch information
mattnworb authored Nov 26, 2018
2 parents 230dd09 + 5182950 commit a3e2951
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 a3e2951

Please sign in to comment.