Browse Source

new: pkg: added pip and apt freezing

rc/16.0-MYC-INIT
Valentin Lab 5 years ago
committed by default
parent
commit
93542f2f2b
  1. 1
      .drone.yml

1
.drone.yml

@ -29,7 +29,6 @@ steps:
## connect to git.0k.io:22 (ssh fingerprint allows to infer this).
- DEBUG=1 freeze docker.0k.io git.0k.io:/var/git/mirror
- docker push "$(cat image)" ## this will push the new onbuild image
- (cd odoo && docker build . -t docker.0k.io/mirror/$(cat ../release))
- docker push "docker.0k.io/mirror/$(cat release)"
- |
release=$(cat release)

Loading…
Cancel
Save