소스 검색

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


불러오는 중...
취소
저장