Skip to content

Commit

Permalink
fix replacing token
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Sep 11, 2023
1 parent 13e02c1 commit 0604c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/dot-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY dot-service.yml ${DOT_SERVICES_HOME}
ARG tkn=$1

#Replace the token with the value passed in the docker workflow action
RUN sed -i '' -e "s/token_plchldr/$tkn/g" "${DOT_SERVICES_HOME}dot-service.yml"
RUN sed -i -e "s/token_plchldr/$tkn/g" "${DOT_SERVICES_HOME}dot-service.yml"

RUN cat "${DOT_SERVICES_HOME}dot-service.yml"

Expand Down

0 comments on commit 0604c8f

Please sign in to comment.