Skip to content

Commit 119cc21

Browse files
committed
Fix whitespace trailing and add .gitignore paramters
1 parent 2d2e49d commit 119cc21

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,7 @@ venv_/
118118
*.secret
119119
.secrets/
120120
#visual studio code
121-
.vscode
121+
.vscode
122+
123+
Pipfile
124+
Pipfile.lock

docs/bitbucket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Pipelines management
434434
# Trigger specific Pipeline on a specific revision of the master branch
435435
r.pipelines.trigger(revision="<40-char hash>", name="style-check")
436436
437-
# Trigger specific Pipeline of the master branch with specific variables
437+
# Trigger specific Pipeline of the master branch with specific variables
438438
r.pipelines.trigger(name="style-check", variables=[{ "key": "var-name", "value": "var-value" }])
439439
440440
# Get specific Pipeline by UUID

0 commit comments

Comments
 (0)