File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 5454MD011 : true
5555
5656# MD012/no-multiple-blanks - Multiple consecutive blank lines
57- MD012 :
58- # Consecutive blank lines
59- maximum : 1
57+ MD012 : false
6058
6159# MD013/line-length - Line length
6260MD013 :
@@ -159,7 +157,7 @@ MD032: true
159157MD033 : false
160158
161159# MD034/no-bare-urls - Bare URL used
162- MD034 : true
160+ MD034 : false
163161
164162# MD035/hr-style - Horizontal rule style
165163MD035 :
Original file line number Diff line number Diff line change 3131 - name : Acquire hermes
3232 run : |
3333 cd src/hermes
34- wget https://github.com/georglauterbach/hermes/releases/download/v11.1.0 /hermes-v11.1.0 -aarch64-unknown-linux-musl
35- wget https://github.com/georglauterbach/hermes/releases/download/v11.1.0 /hermes-v11.1.0 -x86_64-unknown-linux-musl
34+ wget https://github.com/georglauterbach/hermes/releases/download/v11.1.1 /hermes-v11.1.1 -aarch64-unknown-linux-musl
35+ wget https://github.com/georglauterbach/hermes/releases/download/v11.1.1 /hermes-v11.1.1 -x86_64-unknown-linux-musl
3636
3737 - name : Publish Features
3838 uses : devcontainers/action@v1
Original file line number Diff line number Diff line change 11// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22{
33 "id" : " hermes" ,
4- "version" : " 11.1.0 " ,
4+ "version" : " 11.1.1 " ,
55 "name" : " hermes" ,
66 "documentationURL" : " https://github.com/georglauterbach/dev-container-features/tree/main/src/hermes" ,
77 "description" : " https://github.com/georglauterbach/hermes in a Development Container" ,
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ parse_dev_container_options() {
1616}
1717
1818initialize_bashrc () {
19- if [ " ${HERMES_INIT_BASHRC } " = ' false' ]; then
19+ if [ " ${INIT_BASHRC } " = ' false' ]; then
2020 log ' info' ' Not initializing hermes'
2121 return 0
2222 fi
2323
24- if [ " ${HERMES_INIT_BASHRC_OVERWRITE } " = ' true' ]; then
24+ if [ " ${INIT_BASHRC_OVERWRITE } " = ' true' ]; then
2525 log ' info' ' Initializing hermes by overwriting .bashrc'
2626 cat > " ${_REMOTE_USER_HOME} /.bashrc" << "EOF "
2727#! /usr/bin/env bash
@@ -43,7 +43,7 @@ main() {
4343 initialize_bashrc
4444
4545 mkdir --parents /usr/local/bin/
46- mv " hermes-v11.1.0 -$( uname --machine) -unknown-linux-musl" /usr/local/bin/hermes
46+ mv " hermes-v11.1.1 -$( uname --machine) -unknown-linux-musl" /usr/local/bin/hermes
4747}
4848
4949main " ${@ } "
You can’t perform that action at this time.
0 commit comments