Archived
Compare commits
2
Commits
df77e2c0ad
...
5a3364a5ec
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a3364a5ec | ||
|
|
53b16e9b4d |
@@ -10,6 +10,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir -p output
|
- mkdir -p output
|
||||||
- ./generate.sh
|
- ./generate.sh
|
||||||
|
- ls -lhaR /drone/src/output
|
||||||
|
|
||||||
- name: publish new contents
|
- name: publish new contents
|
||||||
image: 3wordchant/docker-cp-deploy:latest
|
image: 3wordchant/docker-cp-deploy:latest
|
||||||
|
|||||||
+2
-2
@@ -15,11 +15,11 @@ clone_repos() {
|
|||||||
|
|
||||||
install_deps() {
|
install_deps() {
|
||||||
cd lumbung-video-prototype
|
cd lumbung-video-prototype
|
||||||
pip install -r requirements.txt
|
pip install -rq requirements.txt
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
cd lumbung-calendar-prototype
|
cd lumbung-calendar-prototype
|
||||||
pip install -r requirements.txt
|
pip install -rq requirements.txt
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user