Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #343 from jenkins-x-bot/bump-regex-version-4714632…
Browse files Browse the repository at this point in the history
…7-e389-11e9-87fb-720612138685

chore(deps): bump jenkins-x/dev-env-base from 0.0.364 to 0.0.365
  • Loading branch information
jenkins-x-bot authored Sep 30, 2019
2 parents a109265 + 038cb84 commit 7125845
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependency-matrix/matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Dependency | Sources | Version | Mismatched versions
---------- | ------- | ------- | -------------------
[jenkins-x/dev-env-base](https://github.com/jenkins-x/dev-env-base.git) | | [0.0.364](https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.364) |
[jenkins-x/dev-env-base](https://github.com/jenkins-x/dev-env-base) | | [0.0.365](https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.365) |
[jenkins-x/jx](https://github.com/jenkins-x/jx) | [github.com/jenkins-x/dev-env-base](https://github.com/jenkins-x/dev-env-base.git) | [2.0.725](https://github.com/jenkins-x/jx/releases/tag/v2.0.725) |
[lachlanevenson/k8s-kubectl](https://github.com/lachlanevenson/k8s-kubectl) | [github.com/jenkins-x/dev-env-base](https://github.com/jenkins-x/dev-env-base.git) | [v1.16.0]() |
6 changes: 3 additions & 3 deletions dependency-matrix/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dependencies:
- host: github.com
owner: jenkins-x
repo: dev-env-base
url: https://github.com/jenkins-x/dev-env-base.git
version: 0.0.364
versionURL: https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.364
url: https://github.com/jenkins-x/dev-env-base
version: 0.0.365
versionURL: https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.365
- host: github.com
owner: jenkins-x
repo: jx
Expand Down
2 changes: 1 addition & 1 deletion dev-env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEV_ENV_BASE_VERSION=0.0.364
DEV_ENV_BASE_VERSION=0.0.365
PORTS="/tmp/.ports-$(head -c 4 /dev/urandom | xxd -p)-$(date +'%Y%m%d-%H%M%S')"
touch "$PORTS"
TMUX=true
Expand Down
2 changes: 1 addition & 1 deletion dev-env-zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEV_ENV_BASE_VERSION=0.0.364
DEV_ENV_BASE_VERSION=0.0.365
PORTS="/tmp/.ports-$(head -c 4 /dev/urandom | xxd -p)-$(date +'%Y%m%d-%H%M%S')"
touch "$PORTS"
SCRIPT_HOME="$(dirname $BASH_SOURCE | sed 's:^\.$:'"$PWD"':g')"
Expand Down

0 comments on commit 7125845

Please sign in to comment.