Skip to content

Commit 147a545

Browse files
committed
hide push token leak
1 parent 0dbf2fd commit 147a545

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ after_success: |
1414
git checkout -b gh-pages
1515
git add .
1616
git -c user.name='travis' -c user.email='travis' commit -m init
17-
git push -f https://cirosantilli:[email protected]/cirosantilli/gnuplot-examples-gh-pages gh-pages
17+
git push -f -q https://cirosantilli:[email protected]/cirosantilli/gnuplot-examples-gh-pages gh-pages &2>/dev/null
1818
cd "$TRAVIS_BUILD_DIR"
1919
fi
2020
script:

make-web

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ printf '<!DOCTYPE html>
1313
</head>
1414
<body>
1515
<h1>Gnuplot Examples</h1>
16+
<p>Source at: <a href="https://github.com/cirosantilli/gnuplot-examples">https://github.com/cirosantilli/gnuplot-examples</a></p>
1617
' > "$index"
1718

1819
for img in $imgs; do

0 commit comments

Comments
 (0)