This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
正規表現 - JavaScript | MDN
https://developer.mozilla.org/ja/docs/Web/JavaScript/Guide/Regular_Expressions
hoge(?=fuga)
で "hogefuga" に対して "hoge" にマッチするようなのが一般的
<正規表現>
文法は、:regexpの形式です。 ここでの正規表現は、ブランチ名がその正規表現に合致するブランチだけをビルドします。
例:
:^(?!(origin/prefix)).*
合致する: origin 、 origin/master 、 origin/feature
合致しない: origin/prefix 、 origin/prefix_123 、 origin/prefix-abc
:origin/release-\d{8}
合致する: origin/release-20150101
合致しない: origin/release-2015010 、 origin/release-201501011 、origin/release-20150101-something
:^(?!origin/master$|origin/develop$).*
合致する: origin/branch1 、 origin/branch-2 、 origin/master123 、 origin/develop-123
合致しない: origin/master 、 origin/develop
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
E: The repository 'https://pkg.jenkins.io/debian binary/ Release' does not have a Release file.
ってなんやねんちゅとる
[JENKINS-61967] Can't update Jenkins on Debian/Buster - Jenkins Jira
https://issues.jenkins.io/browse/JENKINS-61967
?
Speedify - Use all of your Internet connections at the same time
https://speedify.com/
へー
ubuntu20.04でJenkinsが入らんからdo-release-upgrade するかなあというかんじになてる
$ sudo snap install jenkins
error: This revision of snap "jenkins" was published using classic confinement and thus may perform
arbitrary system changes outside of the security sandbox that snaps are usually confined to,
which may put your system at risk.
If you understand and want to proceed repeat the command including --classic.
Build and push Docker images · Actions · GitHub Marketplace
https://github.com/marketplace/actions/build-and-push-docker-images
This account is not set to public on notestock.
Publishing Docker images - GitHub Docs
https://docs.github.com/ja/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
現在のアップデート手順
su mastodon
mastodon-install-script/update.sh
おわり
docker-mastodon触ったことなさすぎて、dockerのときって .env.productionってどのタイミングで読まれるんだっけってなってる