Skip to content
Snippets Groups Projects
Commit a6891293 authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

Test the Pipeline

parent 29a1cb6a
No related branches found
No related tags found
No related merge requests found
Pipeline #67542 passed with stages
in 1 minute and 22 seconds
......@@ -20,7 +20,7 @@ function App() {
setTasks(data);
setLoading(false);
} catch (err) {
setError('Failed to fetch taskssss');
setError('Failed to fetch tasks');
setLoading(false);
}
};
......
......@@ -4,7 +4,7 @@ global:
# Frontend configuration
frontend:
replicaCount: 1
replicaCount: 2
image:
repository: frontend
tag: latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment