Skip to content

Commit

Permalink
Fix whitespace trailing and add .gitignore paramters
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed Jul 28, 2023
1 parent 2d2e49d commit 119cc21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,7 @@ venv_/
*.secret
.secrets/
#visual studio code
.vscode
.vscode

Pipfile
Pipfile.lock
2 changes: 1 addition & 1 deletion docs/bitbucket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ Pipelines management
# Trigger specific Pipeline on a specific revision of the master branch
r.pipelines.trigger(revision="<40-char hash>", name="style-check")
# Trigger specific Pipeline of the master branch with specific variables
# Trigger specific Pipeline of the master branch with specific variables
r.pipelines.trigger(name="style-check", variables=[{ "key": "var-name", "value": "var-value" }])
# Get specific Pipeline by UUID
Expand Down

0 comments on commit 119cc21

Please sign in to comment.