Skip to content

Instantly share code, notes, and snippets.

@leozhang2018
Created January 10, 2018 07:30
Show Gist options
  • Save leozhang2018/0cd4bf541aecaf08c57a848af348b251 to your computer and use it in GitHub Desktop.
Save leozhang2018/0cd4bf541aecaf08c57a848af348b251 to your computer and use it in GitHub Desktop.
## 当前可用环境变量如下,你可在编译脚本里进行引用使用
## 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