File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ stages:
17
17
# - build
18
18
- deploy
19
19
20
- env :
21
- global :
22
- - secure : " vt6StBC+ghqnh8YrreNo3wAzGGddJ2S4YpVZkz4S84xLEGWkIEghQhTrjlhzjBsrnHfLNko4tz9EsNx0yQ8yBlPOdReETGAkqnAU7PSPFss0qGcCRUXYtozNjbFQq6TWIxECK4xq40R9tE6NyeOpm9AYJtwF/v18u2T+T9qSgGQ="
23
-
24
20
jobs :
25
21
include :
26
22
# Build stage. To save time, run all kinds of builds and tests in parallel.
Original file line number Diff line number Diff line change 3
3
4
4
# set -x
5
5
6
+ CI_GITHUB_API_KEY=" vt6StBC+ghqnh8YrreNo3wAzGGddJ2S4YpVZkz4S84xLEGWkIEghQhTrjlhzjBsrnHfLNko4tz9EsNx0yQ8yBlPOdReETGAkqnAU7PSPFss0qGcCRUXYtozNjbFQq6TWIxECK4xq40R9tE6NyeOpm9AYJtwF/v18u2T+T9qSgGQ="
7
+
6
8
# Extract next version from platform.txt
7
9
next=` sed -n -E ' s/version=([0-9.]+)/\1/p' ../platform.txt`
8
10
You can’t perform that action at this time.
0 commit comments