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