Răsfoiți Sursa

need version set before uploading to S3 bump to 1.9.8 to publish RC/Staging

thelamer 5 ani în urmă
părinte
comite
8efcb85ff7
2 a modificat fișierele cu 5 adăugiri și 1 ștergeri
  1. 4 0
      .travis.yml
  2. 1 1
      version.txt

+ 4 - 0
.travis.yml

@@ -51,6 +51,8 @@ jobs:
             - githubout 
       after_failure:
         - ./script/message failure
+      before_deploy:
+        - export RELEASE_TAG=$(cat version.txt)-RC
       deploy:
         - provider: s3
           edge: true
@@ -107,6 +109,8 @@ jobs:
             - githubout 
       after_failure:
         - ./script/message failure
+      before_deploy:
+        - export RELEASE_TAG=$(cat version.txt)
       deploy:
         - provider: s3
           edge: true

+ 1 - 1
version.txt

@@ -1 +1 @@
-1.9.7
+1.9.8