Skip to content

Commit

Permalink
Clenup & prune attempt 🧪
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk committed Dec 16, 2023
1 parent 90322c4 commit 2338737
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/docker_builder-prune.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Docker Builder Prune

on:
push:
branches:
- main

jobs:
docker-builder-prune:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Setup Docker CLI
uses: docker/setup-docker@v2
with:
version: '20.10.7' # Adjust the Docker version as needed

- name: Prune Docker Builder
run: docker builder prune -a -f
6 changes: 1 addition & 5 deletions front/devices.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,12 +649,8 @@ function handleLoadingDialog()
$.get('log/execution_queue.log?nocache=' + Date.now(), function(data) {


console.log(data)
console.log("hree")

if(data.includes("update_api|devices"))
{
spinnerShown = true;
{
showSpinner("devices_old")

setTimeout("handleLoadingDialog()", 1000);
Expand Down

0 comments on commit 2338737

Please sign in to comment.