bdd410672d
Change-Id: Iaa70ed769c7d693ff5172f4fd3204677e4834a8a
7 lines
187 B
Bash
Executable File
7 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export APOS_RELEASE_ID=`cat /dev/urandom |env LC_CTYPE=C tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1`
|
|
|
|
echo $APOS_RELEASE_ID > ./release-id
|
|
|
|
node app @apostrophecms/asset:build |