Drone CI config #795

Closed
kiwii wants to merge 5 commits from drone-ci into master
kiwii commented 4 years ago
Owner
There is no content yet.
kiwii added 1 commit 4 years ago
kiwii changed title from WIP: Drone CI config to Drone CI config 4 years ago
kiwii added 1 commit 4 years ago
kiwii added 1 commit 4 years ago
igalic reviewed 4 years ago
igalic left a comment
Owner

👀

👀
@ -0,0 +37,4 @@
mount: [ "~/.cargo/", "./target" ]
},
volumes: [ { name: "cache", path: "/tmp/cache" } ]
};
igalic commented 4 years ago
Owner

this hash looks the same

this hash looks the same
@ -0,0 +52,4 @@
mount: [ "~/.cargo/", "./target" ]
},
volumes: [ { name: "cache", path: "/tmp/cache" } ]
};
igalic commented 4 years ago
Owner

as this hash
except for the name, and rebuild/restore

can we create a chommon hash and assigna that and only change the two keys?

as this hash except for the name, and rebuild/restore can we create a chommon hash and assigna that and only change the two keys?
.drone.jsonnet Outdated
@ -0,0 +66,4 @@
// otherwise it does nothing.
local startDb(db) = if db == "postgres" then {
name: "start-db",
image: "postgres:9.6-alpine",
igalic commented 4 years ago
Owner

do we support any newer versions ?
this feels quite old

do we support any newer versions ? this feels quite old
kiwii added 1 commit 4 years ago
kiwii added 1 commit 4 years ago
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build is failing Details
614be45425
Dummy commit to retrigger the build
kiwii commented 4 years ago
Poster
Owner

Closing in favor of #798

Closing in favor of #798
kiwii closed this pull request 4 years ago
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build is failing
This pull request cannot be reopened because the branch was deleted.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b drone-ci master
git pull origin drone-ci

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff drone-ci
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#795
Loading…
There is no content yet.