浏览代码

add copyright headers

tags/v0.17.0
Jonathan Cobb 4 年前
父节点
当前提交
6e452e3214
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. +3
    -0
      bin/jenkins/mvn
  2. +3
    -1
      bin/jenkins/test-redis

+ 3
- 0
bin/jenkins/mvn 查看文件

@@ -1,4 +1,7 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#
THISDIR=$(cd $(dirname ${0}) && pwd)
WORKSPACE_DIR=$(cd ${THISDIR}/../.. && pwd)
WORKSPACE_NAME=$(basename ${WORKSPACE_DIR})


+ 3
- 1
bin/jenkins/test-redis 查看文件

@@ -1,5 +1,7 @@
#!/bin/bash

#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#
THISDIR=$(cd $(dirname ${0}) && pwd)
WORKSPACE_DIR=$(cd ${THISDIR}/../.. && pwd)
WORKSPACE_NAME=$(basename ${WORKSPACE_DIR})


正在加载...
取消
保存