Skip to content

Commit

Permalink
Remove golang pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
stonezdj committed Sep 12, 2018
1 parent 2dcff74 commit e53ca61
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.
8 changes: 0 additions & 8 deletions packages/golang/packaging

This file was deleted.

5 changes: 0 additions & 5 deletions packages/golang/spec

This file was deleted.

15 changes: 0 additions & 15 deletions packages/smoke-test/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@

set -e -u

# Set package dependencies directory
# PACKAGES_DIR=${BOSH_PACKAGES_DIR:-/var/vcap/packages}

# # Set Golang dependency
# export GOROOT=$(cd "${PACKAGES_DIR}/golang" && pwd -P)
# export PATH=${GOROOT}/bin:${PATH}

# # Setup Golang compile workspace
# mkdir -p go_workspace/src
# cp -R harbor-api-testing go_workspace/src
# export GOPATH=$(pwd -P)/go_workspace

# mkdir -p $BOSH_INSTALL_TARGET/bin/
# go build -o $BOSH_INSTALL_TARGET/bin/smoke-test $GOPATH/src/harbor-api-testing/main.go

mkdir -p ${BOSH_INSTALL_TARGET}/bin
cp ${BOSH_COMPILE_TARGET}/smoke-test/smoke-test ${BOSH_INSTALL_TARGET}/bin
chmod 755 ${BOSH_INSTALL_TARGET}/bin/smoke-test
3 changes: 0 additions & 3 deletions packages/smoke-test/spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: smoke-test

dependencies:
- [ ]

files:
- harbor-api-testing/** #git submodule add [email protected]:harbor/harbor-api-testing.git
- smoke-test/smoke-test

0 comments on commit e53ca61

Please sign in to comment.