File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ We're so glad you're here.
99
1010### Code of Conduct
1111
12- Please read and understand the code of conduct found [ here] ( https://github.com/tinkerbell/.github/blob/master /CODE_OF_CONDUCT.md ) .
12+ Please read and understand the code of conduct found [ here] ( https://github.com/tinkerbell/.github/blob/main /CODE_OF_CONDUCT.md ) .
1313
1414### DCO Sign Off
1515
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ dev-dist: dev dev-convert
106106 cd ./dist && tar -czvf ../hook-${GIT_VERSION} .tar.gz ./*
107107
108108deploy : dist
109- ifeq ($(shell git rev-parse --abbrev-ref HEAD) ,master )
109+ ifeq ($(shell git rev-parse --abbrev-ref HEAD) ,main )
110110 s3cmd sync ./hook-${GIT_VERSION}.tar.gz s3://s.gianarb.it/hook/${GIT_VERSION}.tar.gz
111- s3cmd cp s3://s.gianarb.it/hook/hook-${GIT_VERSION}.tar.gz s3://s.gianarb.it/hook/hook-master .tar.gz
111+ s3cmd cp s3://s.gianarb.it/hook/hook-${GIT_VERSION}.tar.gz s3://s.gianarb.it/hook/hook-main .tar.gz
112112endif
113113
114114.PHONY : clean
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ installation environment.
9898### The automation way
9999
100100Sandbox has a file called
101- [ current_versions.sh] ( https://github.com/tinkerbell/sandbox/blob/master /current_versions.sh ) .
101+ [ current_versions.sh] ( https://github.com/tinkerbell/sandbox/blob/main /current_versions.sh ) .
102102If you change ` OSIE_DOWNLOAD_LINK ` with the hook link the setup.sh script will
103103download the OS again and it will uncompress it in the right location
104104(only if ./deploy/state/webroot/misc/osie/current does not exist)
You can’t perform that action at this time.
0 commit comments