Skip to content
Snippets Groups Projects
Unverified Commit b5091095 authored by Emmanuel Bruno's avatar Emmanuel Bruno Committed by GitHub
Browse files

fixes path

parent 10fe8b98
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,8 @@ You can add it to .bashrc or .zshrc : ...@@ -21,7 +21,8 @@ You can add it to .bashrc or .zshrc :
```bash ```bash
export CI_WRAPPER_HOME=${HOME}/.ci-wrappers export CI_WRAPPER_HOME=${HOME}/.ci-wrappers
[[ -f "${CI_WRAPPER_HOME}/ci-wrappers.sh" ]] && \ [[ -f "${CI_WRAPPER_HOME}/ci-wrappers.sh" ]] && \
source "${CI_WRAPPER_HOME}/ci-wrappers.sh" source "${CI_WRAPPER_HOME}/ci-wrappers.sh" && \
export PATH="${CI_WRAPPER_HOME}/PATH:$PATH"
``` ```
## Usage ## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment