Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit bd62a58

Browse files
Spring Operatorspencergibb
authored andcommitted
1 parent 6a8a7d3 commit bd62a58

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/main/asciidoc/ghpages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function check_if_anything_to_sync() {
4040

4141
function retrieve_current_branch() {
4242
# Code getting the name of the current branch. For master we want to publish as we did until now
43-
# http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch
43+
# https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch
4444
# If there is a branch already passed will reuse it - otherwise will try to find it
4545
CURRENT_BRANCH=${BRANCH}
4646
if [[ -z "${CURRENT_BRANCH}" ]] ; then
@@ -147,7 +147,7 @@ function copy_docs_for_current_version() {
147147
COMMIT_CHANGES="yes"
148148
else
149149
echo -e "Current branch is [${CURRENT_BRANCH}]"
150-
# http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin
150+
# https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin
151151
if [[ ",${WHITELISTED_BRANCHES_VALUE}," = *",${CURRENT_BRANCH},"* ]] ; then
152152
mkdir -p ${ROOT_FOLDER}/${CURRENT_BRANCH}
153153
echo -e "Branch [${CURRENT_BRANCH}] is whitelisted! Will copy the current docs to the [${CURRENT_BRANCH}] folder"

mvnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# "License"); you may not use this file except in compliance
99
# with the License. You may obtain a copy of the License at
1010
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
11+
# https://www.apache.org/licenses/LICENSE-2.0
1212
#
1313
# Unless required by applicable law or agreed to in writing,
1414
# software distributed under the License is distributed on an

mvnw.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@REM "License"); you may not use this file except in compliance
88
@REM with the License. You may obtain a copy of the License at
99
@REM
10-
@REM http://www.apache.org/licenses/LICENSE-2.0
10+
@REM https://www.apache.org/licenses/LICENSE-2.0
1111
@REM
1212
@REM Unless required by applicable law or agreed to in writing,
1313
@REM software distributed under the License is distributed on an

0 commit comments

Comments
 (0)