Procházet zdrojové kódy

add copyright headers

tags/v0.17.0
Jonathan Cobb před 4 roky
rodič
revize
6e452e3214
2 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +3
    -0
      bin/jenkins/mvn
  2. +3
    -1
      bin/jenkins/test-redis

+ 3
- 0
bin/jenkins/mvn Zobrazit soubor

@@ -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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit