Created
January 10, 2018 07:30
-
-
Save leozhang2018/0cd4bf541aecaf08c57a848af348b251 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 当前可用环境变量如下,你可在编译脚本里进行引用使用 | |
## WORKSPACE 工作目录,即流水线名称 | |
## IMAGE 输出镜像名称 | |
## PKG_FILE 编译出的 tar 包名称 | |
## DIST_DIR 编译出 tar 包的目的目录 | |
## SERVICE 编译的服务名称 | |
#!/bin/bash | |
set -e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment