瀏覽代碼

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})


Loading…
取消
儲存