Skip to content

Upgrade CircleCI config to v2

Latest
Compare
Choose a tag to compare
@bqbn bqbn released this 13 Oct 20:29
· 2 commits to master since this release
252a5aa
Fix the error concerning storing artifacts (#14)

* Fix an error concerning non-existing Dockerfile.deploy file

Use the default values for build parameters.

* Fix a yaml syntax error

* Fix the error concerning storing artifacts

The way how artifacts are saved is changed in CircleCI v2 so we need to make
adjustments accordingly.

See https://circleci.com/docs/2.0/artifacts/ for reference.