Skip to content

Commit

Permalink
Merge pull request agola-io#95 from sgotti/update_dep_agola-web_v0.1.2
Browse files Browse the repository at this point in the history
agola run: update to agola-web v0.1.2
  • Loading branch information
sgotti authored Sep 3, 2019
2 parents 49bbef7 + e5bca44 commit 5474b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .agola/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ local task_build_push_images(name, target, push) =
|||,
},
]) + [
{ type: 'run', command: '/kaniko/executor --context=dir:///kaniko/agola --build-arg AGOLAWEB_IMAGE=sorintlab/agola-web:v0.1.1 --target %s %s' % [target, options] },
{ type: 'run', command: '/kaniko/executor --context=dir:///kaniko/agola --build-arg AGOLAWEB_IMAGE=sorintlab/agola-web:v0.1.2 --target %s %s' % [target, options] },
],
depends: ['checkout code and save to workspace', 'integration tests', 'test docker driver'],
};
Expand Down

0 comments on commit 5474b31

Please # to comment.