Skip to content

Commit

Permalink
Merge pull request #527 from UKHomeOffice/fix-drone-pipeline
Browse files Browse the repository at this point in the history
CI: Update Node.js in Drone.io
  • Loading branch information
daniel-ac-martin authored Jul 10, 2023
2 parents 33daf96 + 5817d45 commit bf80c58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ platform:
steps:
- name: deploy
pull: if-not-exists
image: quay.io/ukhomeofficedigital/lev-ci:3.5.1-130-e662c06959
image: node:18-alpine
commands:
- apk add -q --no-cache docker make
- echo "$${DOCKER_PASSWORD}" | docker login -u "$${DOCKER_USERNAME}" --password-stdin "$${DOCKER_REGISTRY}"
- npm install -g pnpm@6.32.3
- wget -q "https://storage.googleapis.com/kubernetes-release/release/v$${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -O "/usr/bin/kubectl"
Expand Down

1 comment on commit bf80c58

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://hods.netlify.app as production
🚀 Deployed on https://64ac4cfe4f6b3a1e7388b49f--hods.netlify.app

Please sign in to comment.