Improved the script to add more useful packages and improved the entrypoint script.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
24
.drone.yml
24
.drone.yml
@@ -65,27 +65,3 @@ steps:
|
||||
- type=local\\,src=/cache/${DRONE_REPO}/ubuntu-20.04
|
||||
cache_to:
|
||||
- type=local,dest=/cache/${DRONE_REPO}/ubuntu-20.04,mode=max
|
||||
|
||||
- name: ubuntu-18
|
||||
image: *image
|
||||
depends_on: *depends
|
||||
environment:
|
||||
UBUNTU_VER: 18.04
|
||||
settings:
|
||||
<<: *settings
|
||||
repo: ${DRONE_REPO_LINK:8}/ubuntu-18.04
|
||||
extra_tags:
|
||||
- ${DRONE_REPO_LINK:8}:18.04
|
||||
cache_from:
|
||||
- type=local\\,src=/cache/${DRONE_REPO}/ubuntu-18.04
|
||||
cache_to:
|
||||
- type=local,dest=/cache/${DRONE_REPO}/ubuntu-18.04,mode=max
|
||||
|
||||
# - name: send_n8n
|
||||
# image: curlimages/curl:latest
|
||||
# depends_on:
|
||||
# - ubuntu-22
|
||||
# - ubuntu-20
|
||||
# - ubuntu-18
|
||||
# commands:
|
||||
# - curl https://n8n.ahkhan.me/webhook/drone/gitea/docker/ubuntu -H 'Authorization:Bearer wJlK5lDvTUS03Cfd4RWKyQ'
|
||||
|
||||
Reference in New Issue
Block a user