From 75d87b4c84f6363ee6c60e91c3f2a2825a9ccfa1 Mon Sep 17 00:00:00 2001 From: Flip <philippe@pilarkto.net> Date: Tue, 2 May 2023 20:43:27 +0200 Subject: [PATCH] update gluon with master openwrt prevent overridig ffs openwrt dl cache --- .gitlab-ci.yml | 4 ++-- gluon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b4e96aab..9ffeb2dbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,8 +35,8 @@ default: - cat gitlab-known-hosts >> ~/.ssh/known_hosts - cd gluon/openwrt/dl - git pull || true - - git add . && git commit -m "update DL cache" || true - - git pull && git push || true +# - git add . && git commit -m "update DL cache" || true +# - git pull && git push || true generate_date: stage: generate_date diff --git a/gluon b/gluon index 592cde98d..710bba227 160000 --- a/gluon +++ b/gluon @@ -1 +1 @@ -Subproject commit 592cde98d642459724ea4e7e113f974c40a155e1 +Subproject commit 710bba2274acd985559d8c3af59ed1aff78b1c3a -- GitLab