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

Commit

Permalink
fix: cp hab cache to sdlauncher volume (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
minzcmu authored and jithine committed Jul 10, 2018
1 parent b91b1be commit 2eb128b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ artifacts/
npm-debug.log
.DS_STORE
.*.swp
.nyc_output/*
2 changes: 1 addition & 1 deletion config/pod.yaml.tim
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
initContainers:
- name: launcher
image: screwdrivercd/launcher:{{launcher_version}}
command: ['/bin/sh', '-c', 'cp -a /opt/sd/* /opt/launcher']
command: ['/bin/sh', '-c', 'cp -a /opt/sd/* /opt/launcher && mkdir -p /opt/launcher/hab && cp -a /hab/* /opt/launcher/hab']
volumeMounts:
- mountPath: /opt/launcher
name: sdlauncher
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"dependencies": {
"circuit-fuses": "^2.1.0",
"eslint-plugin-import": "^2.11.0",
"hoek": "^5.0.2",
"js-yaml": "^3.6.1",
"lodash": "^4.17.4",
"hoek": "^5.0.3",
"js-yaml": "^3.12.0",
"lodash": "^4.17.10",
"randomstring": "^1.1.5",
"requestretry": "^1.12.2",
"requestretry": "^1.13.0",
"screwdriver-executor-base": "^6.1.0",
"tinytim": "^0.1.1"
}
Expand Down

0 comments on commit 2eb128b

Please sign in to comment.