Skip to content

Commit

Permalink
Merge branch 'master' into feature/sc-21906/master-jenkins-version-up…
Browse files Browse the repository at this point in the history
…date
  • Loading branch information
tvaleriy authored Dec 5, 2024
2 parents e408002 + 48fc0c1 commit abaf7e0
Show file tree
Hide file tree
Showing 90 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion bin/command/build/baked/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "build" "Command::build"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/build/baked/export.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "export" "Command::export"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/build/mount/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "build" "Command::build"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/build/mount/export.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "export" "Command::export"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/build/pull.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "pull" "Command::pull"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/cli/cli.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "cli" "Command::cli"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/cli/console.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "console" "Command::console"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/cli/testing.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "testing" "Command::testing"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/compose/down.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "down" "Command::down"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/compose/exec.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "exec" "Command::exec"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/compose/ps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "ps" "Command::ps"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/compose/restart.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "restart" "Command::restart"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/compose/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "run" "Command::run"
Registry::addCommand "start" "Command::run"
Expand Down
2 changes: 1 addition & 1 deletion bin/command/compose/stop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "stop" "Command::stop"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/compose/up.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "up" "Command::up"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::Help::section "Usage in runtime:"
Registry::Help::command -s -a "<command> [-vxt]"
Expand Down
2 changes: 1 addition & 1 deletion bin/command/help.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "help" "Command::help"
Registry::addCommand "" "Command::help"
Expand Down
2 changes: 1 addition & 1 deletion bin/command/install/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

require docker

Expand Down
2 changes: 1 addition & 1 deletion bin/command/install/clean.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "clean" "Command::clean"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/install/config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "config" "Command::config"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/install/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "install" "Command::install"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/install/reset.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "reset" "Command::reset"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/internal/prune.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "prune" "Command::prune"
Registry::Help::command -c "prune [--f] [--a]" "Remove all docker data(images, volume, system and builder) and project artifacts."
Expand Down
2 changes: 1 addition & 1 deletion bin/command/internal/sync.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "sync" "Command::sync"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/internal/trouble.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "trouble" "Command::trouble"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/runtime/clean-data.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "clean-data" "Command::clean-data"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/runtime/demo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "demo" "Command::demo"
Registry::addCommand "demo-data" "Command::demo"
Expand Down
2 changes: 1 addition & 1 deletion bin/command/runtime/jobs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "jobs" "Command::jobs"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/runtime/logs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "logs" "Command::logs"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/runtime/wait.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::addCommand "wait" "Command::wait"

Expand Down
2 changes: 1 addition & 1 deletion bin/command/uknown.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Command::unknown() {
local command=${1}
Expand Down
2 changes: 1 addition & 1 deletion bin/environment/check-directories.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Environment::checkDirectories() {
local projectDirectoryPath="${1:-$(pwd)}"
Expand Down
2 changes: 1 addition & 1 deletion bin/environment/composer.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Environment::Composer() {

Expand Down
2 changes: 1 addition & 1 deletion bin/environment/cross-platform.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Environment::crossPlatform() {
export XARGS_NO_RUN_IF_EMPTY=$(echo '' | xargs echo "--no-run-if-empty")
Expand Down
2 changes: 1 addition & 1 deletion bin/environment/docker-compose.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

export COMPOSE_HTTP_TIMEOUT=400
export COMPOSE_CONVERT_WINDOWS_PATHS=1
Expand Down
2 changes: 1 addition & 1 deletion bin/environment/docker.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

export DOCKER_BUILDKIT=1

Expand Down
2 changes: 1 addition & 1 deletion bin/environment/get-real-project-path.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Environment::getRealProjectPath() {
local projectPath=${PROJECT_DIR:-$(pwd)}
Expand Down
2 changes: 1 addition & 1 deletion bin/framework.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e
shopt -s extglob expand_aliases
Expand Down
2 changes: 1 addition & 1 deletion bin/installer/autoload-cache.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

require node npm

Expand Down
2 changes: 1 addition & 1 deletion bin/installer/hosts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion bin/installer/jenkins-template.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Installer::jenkins-template() {

Expand Down
2 changes: 1 addition & 1 deletion bin/installer/nfs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

import environment/docker.sh
import environment/get-real-project-path.sh
Expand Down
2 changes: 1 addition & 1 deletion bin/lib/bool.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Bool::normalizeBashBool() {
case "${1}" in
Expand Down
2 changes: 1 addition & 1 deletion bin/lib/string.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function String::trimWhitespaces() {
echo -n "${*}" | tr -d " /n/r"
Expand Down
2 changes: 1 addition & 1 deletion bin/lib/version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

require awk

Expand Down
2 changes: 1 addition & 1 deletion bin/platform.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Platform::getPlatform() {
local uname=$(uname)
Expand Down
2 changes: 1 addition & 1 deletion bin/registry/command.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

declare -a COMMAND_FUNCTIONS

Expand Down
2 changes: 1 addition & 1 deletion bin/registry/flow.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

declare -a FLOW_BOOT
declare -a FLOW_BEFORE_UP
Expand Down
2 changes: 1 addition & 1 deletion bin/registry/help.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

Registry::require tr

Expand Down
2 changes: 1 addition & 1 deletion bin/registry/installer.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

declare -a INSTALLER_FUNCTIONS

Expand Down
2 changes: 1 addition & 1 deletion bin/registry/require.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

declare -a REQUIRE_CHECKERS
declare -a REQUIRE_BINARIES
Expand Down
2 changes: 1 addition & 1 deletion bin/registry/trap.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

declare -a TRAP_ON_EXIT

Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/assets/baked.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Assets::export() {
# deprecated
Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/assets/mount.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Assets::export() {
# nothing to do
Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/codebase/baked.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Codebase::build() {
return "${TRUE}"
Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/codebase/mount.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Codebase::build() {
Console::verbose "${INFO}Building codebase${NC}"
Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/compose.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# shellcheck disable=SC2155

Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/data/demo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Data::isLoaded() {
Console::start "Checking is demo data loaded for ${SPRYKER_CURRENT_REGION}... "
Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/images/baked.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

import sdk/images/common.sh

Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/images/baked/ecr.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

import sdk/images/baked.sh

Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/images/common.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

require docker

Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/images/mount.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

import sdk/images/common.sh

Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/mount/baked.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Mount::logs() {
Console::error "This mount mode does not support logging."
Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/mount/docker-sync.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

require docker docker-sync grep sed

Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/mount/mutagen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

require docker grep awk

Expand Down
2 changes: 1 addition & 1 deletion bin/sdk/mount/native.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function Mount::logs() {
Console::error "This mount mode does not support logging."
Expand Down
Loading

0 comments on commit abaf7e0

Please sign in to comment.