Sha256: 8de9a7b49c3ebf847c205bd2d7bc19f52bcaae9045380156b4070cc8f68883f3

Contents?: true

Size: 672 Bytes

Versions: 20

Compression:

Stored size: 672 Bytes

Contents

#!/bin/bash

set -ex

cd <%= @workdir %>
rm -rf __MACOSX

## cache/overwrite
[ ! -e <%= @app.kind %>__prototype.zip ] && curl <%= @app.tmpl.volume_zip %> > <%= @app.kind %>__prototype.zip
#                                           curl <%= @app.tmpl.volume_zip %> > <%= @app.kind %>__prototype.zip

## cache/overwrite
[ ! -e <%= @app.kind %>__prototype     ] && rm -rf <%= @app.kind %>__prototype && unzip -o <%= @app.kind %>__prototype.zip
#                                           rm -rf <%= @app.kind %>__prototype && unzip -o <%= @app.kind %>__prototype.zip

mv  <%= @app.kind %>__prototype ./volumes/<%= @app.service_name %>_data

set +ex
echo ok #create_volume


Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
wco_models-3.1.0.126 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.125 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.124 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.123 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.122 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.121 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.120 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.119 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.118 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.117 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.116 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.115 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.114 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.113 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.112 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.111 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.110 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.109 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.108 app/views/wco_hosting/scripts/create_volume.erb
wco_models-3.1.0.107 app/views/wco_hosting/scripts/create_volume.erb