fix action file
Build KX3DEX.radio / Build and Deploy (push) Failing after 1m59s
Details
Build KX3DEX.radio / Build and Deploy (push) Failing after 1m59s
Details
parent
68b0f78cc6
commit
7ec3e0101e
|
@ -23,9 +23,9 @@ jobs:
|
|||
CURR_VER="$(cat package.json | jq -r .name)_v$(cat package.json | jq -r .version)"
|
||||
CURR_NAME="$(cat package.json | jq -r .name) v$(cat package.json | jq -r .version)"
|
||||
|
||||
echo "Checking http://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases for name ${CURR_NAME}"
|
||||
echo "Checking https://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases for name ${CURR_NAME}"
|
||||
|
||||
if curl -s -X GET -H "Authorization: token ${{ secrets.action_token }}" http://gitea.dex/api/v1/repos/${{ gitea.repository }}/releases | grep -o "\"name\"\:\"${CURR_NAME}\"" > /dev/null; then
|
||||
if curl -s -X GET -H "Authorization: token ${{ secrets.action_token }}" https://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases | grep -o "\"name\"\:\"${CURR_NAME}\"" > /dev/null; then
|
||||
|
||||
echo "Skipping ${{ gitea.job }} since $CURR_NAME already exists";
|
||||
exit 0
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
-X POST \
|
||||
-H "Authorization: token ${{ secrets.action_token }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
http://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases \
|
||||
https://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases \
|
||||
-d "{\"tag_name\":\"${CURR_VER}\",\"name\":\"${CURR_NAME}\",\"body\":\"Automatic release from gitea :\n\n${{ gitea.event.head_commit.message }}\"}")
|
||||
|
||||
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
curl \
|
||||
-X POST \
|
||||
-H "Authorization: token ${{ secrets.action_token }}" \
|
||||
http://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases/$RELEASE_ID/assets
|
||||
https://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases/$RELEASE_ID/assets
|
||||
|
||||
|
||||
- name: Build Docker container and put in gitea registry.
|
||||
|
|
|
@ -41,13 +41,13 @@ export default function GoKitPage() {
|
|||
<h2 className="text-xl font-black mt-10">Current List of parts:</h2>
|
||||
|
||||
<ul className="list-disc list-inside">
|
||||
<li>4U, 13in Gator Case - https://gatorco.com/product/4u-13-deep-molded-audio-rack-g-pro-4u-13/</li>
|
||||
<li>4U, 13 in Gator Case - https://gatorco.com/product/4u-13-deep-molded-audio-rack-g-pro-4u-13/</li>
|
||||
<li>2 2U rack shelves</li>
|
||||
<li>Custom 3D printed 2U Rack Panel</li>
|
||||
<li>2.5in 8W Speakers</li>
|
||||
<li>2.5 in 8W Speakers</li>
|
||||
<li>2 LED Lights</li>
|
||||
<li>uBITX v6 HF Radio - https://www.hfsignals.com/index.php/ubitx-v6/</li>
|
||||
<li>Mini PC running off 12volts running Arch Linux</li>
|
||||
<li>Mini PC running off 12 volts running Arch Linux</li>
|
||||
<li>AARL End-Fed Half-Wave Antenna - https://www.arrl.org/end-fed-half-wave-antenna-kit</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue