FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove unmaintained CI images and update release workflow by oxy · Pull Request #3147 · coder/code-server · GitHub

Remove unmaintained CI images and update release workflow - #3147

Merged
oxy merged 2 commits into
mainfrom
remove-ci-images
Apr 16, 2021
Merged

Remove unmaintained CI images and update release workflow#3147
oxy merged 2 commits into
mainfrom
remove-ci-images

Conversation

oxy commented Apr 16, 2021
edited
Loading

Copy link
Copy Markdown

⚠️ This needs to be merged before we make a release!

ci/images/debian10 was removed in a previous PR, but we still used it in our publish flow... this should fix that, and also update our documentation to stop referring to those images.

Closes #3142.

oxy requested a review from a team as a code owner April 16, 2021 15:42

jsjoeio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks for picking this up so quickly!

Sorry for deleting that without realizing we used it here 😅

Two comments! But overall looks great!

Comment thread .github/workflows/publish.yaml Outdated
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: npm-package

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

What is this name environment variable used for? (Just curious)

oxy left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I can't request changes on my own PR so don't merge yet, I reviewed it myself and caught something 😅

Comment thread .github/workflows/publish.yaml Outdated
Comment on lines +17 to +20
- name: Download npm package
uses: actions/download-artifact@v2
with:
args: ./ci/steps/publish-npm.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: npm-package

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Took a second look and need to fix this; npm-package is produced by the ci.yaml workflow, we need to fetch it from there, this won't work.

jsjoeio added this to the v3.9.4 milestone Apr 16, 2021
oxy force-pushed the remove-ci-images branch from aa97f5c to 7bde382 Compare April 16, 2021 18:30
jsjoeio marked this pull request as draft April 16, 2021 19:12
jsjoeio marked this pull request as ready for review April 16, 2021 19:13
jsjoeio marked this pull request as draft April 16, 2021 19:13
oxy marked this pull request as ready for review April 16, 2021 19:30

jsjoeio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!

oxy merged commit cbc2e8b into main Apr 16, 2021
oxy deleted the remove-ci-images branch April 16, 2021 19:47
jsjoeio added the chore Related to maintenance or clean up label May 14, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Related to maintenance or clean up

Projects

None yet

Development

Successfully merging this pull request may close these issues.

使用Docker run.sh时报错,请求的nfpm@v2.3.1是不存在的。

2 participants


Back | FazBrowse Home | New Git URL