Update buildpack
This commit is contained in:
parent
64fdb95b09
commit
2129a8b2a0
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
|
||||
provides:
|
||||
- name: hbase-rpm
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
buildpack:
|
||||
name: Blazar-Buildpack-Java
|
||||
|
||||
# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
|
||||
# that they can be properly configured. If you make changes to this, you will need to make sure all
|
||||
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
|
||||
|
@ -6,11 +9,6 @@
|
|||
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
|
||||
# Prefer making changes to prepare_environment.sh instead, if possible.
|
||||
|
||||
buildpack:
|
||||
host: git.hubteam.com
|
||||
organization: HubSpotProtected
|
||||
repository: Blazar-Buildpack-Java
|
||||
branch: v2
|
||||
|
||||
before:
|
||||
- description: "Prepare build environment"
|
||||
|
|
Loading…
Reference in New Issue