File tree 3 files changed +3
-3
lines changed
charts/otomi-pipelines/templates
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
49
49
# Reading gitea credentials
50
50
GITEA_USERNAME=$(cat /etc/gitea-credentials/username)
51
- GITEA_PASSWORD=$(cat /etc/gitea-credentials/password)
51
+ GITEA_PASSWORD=$(cat /etc/gitea-credentials/password | jq -s -R -r @uri )
52
52
53
53
# Getting the full repository url
54
54
export fullRepoUrl=$(params["repoUrl"])
Original file line number Diff line number Diff line change 49
49
git config --global --add safe.directory '*'
50
50
# Reading gitea credentials
51
51
GITEA_USERNAME=$(cat /etc/gitea-credentials/username)
52
- GITEA_PASSWORD=$(cat /etc/gitea-credentials/password)
52
+ GITEA_PASSWORD=$(cat /etc/gitea-credentials/password | jq -s -R -r @uri )
53
53
54
54
# Parsing the repo url
55
55
export fullRepoUrl=$(params["repoUrl"])
Original file line number Diff line number Diff line change 49
49
git config --global --add safe.directory '*'
50
50
# Reading gitea credentials
51
51
GITEA_USERNAME=$(cat /etc/gitea-credentials/username)
52
- GITEA_PASSWORD=$(cat /etc/gitea-credentials/password)
52
+ GITEA_PASSWORD=$(cat /etc/gitea-credentials/password | jq -s -R -r @uri )
53
53
54
54
# Parsing the repo url
55
55
export fullRepoUrl=$(params["repoUrl"])
You can’t perform that action at this time.
0 commit comments